Description: Calculate the modulus of a sequence of complex numbers. Syntax: A.comabs() Note: External library function sequence of complex numbers, modulus, vector
Description: Fill missing values using the specified constant value. Syntax: A.fillcons(v) Note: External library functifill, missing value, vector, matrix
Description: Fill missing values according to the specified method. Syntax: A.fillmthd(m) Note: External library functiofill, missing value, vector, matrix
Description: Calculate the mean absolute error between two vectors. Syntax: mae(A,B) Note: The function calculates the amean absolute error, vector
Description: Normalize a matrix or a vector. Syntax: norm(A) Note: The function normalizes a matrix or a vector by subtrmatrix, vector, normalize